.show-xs{
	display:none;
}
.show-sm{
	display: none;
}
.show-md{
	display: none;
}
.show-lg{
	display: none;
}
body{
	padding-top:50px;
}
.container{
	margin-top:20px;
	margin-bottom: 10px;
}

.dafluid img{
	width: 100%;
}
.shu{
	display: inline-block;
	height: 12px;
	width:0;
	border-left: 1px solid #ddd;
	margin:0 5px;
}
a:hover{
	text-decoration: none;
}

/*导航栏*/
.navBox{
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.navbar-item ul{
	display: none;
}
.logo a{
	padding:0;
	margin:0;
}
.subcate{
	position: relative;
}
.subnav{
	position: absolute;
	display:none;
	z-index:1000;
	width:200px;
	padding-inline-start: 0;
	list-style-type: none ;
}
.subnav li{
	list-style-type: none ;
}
.subnav a{
	display: inline-block;
	padding-left:20px;
	line-height: 3;
	width:100%;
}
.subnav a:hover{
	background-color:#111;
	color:#ededed;
}
.miniNavBtn{
	line-height: 50px;
	padding: 0 25px;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color:#111;
	color:#ededed;
}
.toShowSeconNam {
	display:inline-block;
	height: 100%;
	padding: 0 10px;
}

/* 文章列表 */
.postPanel{
	padding:15px;
	margin-bottom:15px;
	border-radius: 6px;
}
.postPanel h3{
	margin-top:0;
}
.postPanel .articleListImgBox{
	width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: top;
	background-size: cover;
	border-radius: 8px;
}

.pagebar{
	padding:15px;
	text-align: center;
	font-size: 18px;
}
.pagebar span{
	padding: 5px 8px;
}
/* 图片文章列表 */
.img-article .postPanel{
	padding:0;
	overflow: hidden;
}
.articleImgBox{
	width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-article .articleListInfo{
	padding: 10px;
	height:200px;
}
.img-article .articleListInfoTit{
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
    margin:8px 0;
    
}
.articleListInfoDetail{
	font-size: 14px;
	margin-bottom: 10px;
	
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4; 
    overflow: hidden;
}

.articleListInfoFooter{
	border-top:1px solid #eee;
	padding-top:8px;
	position: absolute;
	right:10px;
	left:10px;
	bottom:12px;
}

/* 侧边栏 */
.cblPanel{
	border-radius: 6px;
	overflow: hidden;
	margin-bottom:15px;
	border-radius: 6px;
}
.cblPanel .cblPanel-heading{
	padding: 10px 15px;
}
.cblPanel .cblPanel-body{
	padding: 15px;
}

/* 侧边栏  搜索 */
#divSearchPanel input{
	color:#333;
}
#divSearchPanel input[type=text]{
    width:150px;
}
/* 侧边栏 友情链接  标签 网站收藏  网站分类 站点信息 导航 文章归档 作者列表 */
#divLinkage ul, #divTags ul, #divFavorites ul, #divCatalog ul, #divStatistics ul, #divNavBar ul, #divArchives ul, #divAuthors ul{
    display: flex;
    flex-wrap:wrap;
    margin: 0;
    padding: 0;
}
#divLinkage ul li, #divTags ul li, #divTags ul a, #divFavorites ul li, #divCatalog ul li, #divStatistics ul li, #divNavBar ul li, #divArchives ul li, #divAuthors ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    width:50%;
    text-indent: 20px;
}
#divNavBar .subnav{
    display: none;
}
#divNavBar .navbar-item ul{
	display: none;
}
/* 侧边栏 评论  最近发表*/
#divComments ul, #divPrevious ul{
    margin: 0;
    padding: 0;
}
#divComments ul li, #divPrevious ul li{ 
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
#divComments ul li:last-child, #divPrevious ul li:last-child{
    margin-bottom:0;
}
/* 底部样式 */
.footer{
	padding: 15px 0;
}

/* 文章样式 */
.breadcrumb{
    border-radius: 6px;
    background-color:#fff;
    color:#666;
    line-height: 1.8;
}
.articleBox{
    background-color:#fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}
.articleBox .articleInfo{
    padding: 10px 0;
    margin-bottom: 5px;
}
.articleBox .articleInfo span{
    margin-right: 15px;
}
.articleBox .articleTags a{
    margin-left: 10px;
}
.nextArticle div{
    margin-top: 12px;
    line-height: 1.5;
}
.moreArticle li{
    margin-bottom: 8px;
}
.moreArticle li:last-child{
    margin-bottom: 0;
}
.articleBox img{
	max-width: 100%;
}
.articleContent{
    overflow: hidden;
}

/* 评论框样式 */
.reply{
    color:#337ab7;
    cursor: pointer;
}

/* 图片预览 */
.bigImageBox{
	position: fixed;
	z-index: 1051;
	display: none;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	background-color: rgba(0,0,0, 0.6);

}
.bigImageBox_c{
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bigImage{
	max-width: 95%;
	max-height: 95%;
	margin: 0 auto;
}


/* 响应式样式 */
@media screen and (max-width:767px){
	.show-xs{
		display:block;
	}
	.navCss{
		padding: 0 25px;
	}
	#logo a{
	padding:0;
	margin:0;
}

}
@media (min-width:768px){
	.show-sm{
		display: flex;
	}
	#logo>a{
	padding:0;
	margin:0;
}
}
@media (min-width:992px){
	.show-md{
		display: flex;
	}
	#logo>a{
	padding:0;
	margin:0;
}
}
@media (min-width:1200px){
	.show-lg{
		display: flex;
	}
	#logo>a{
	padding:0;
	margin:0;
}
}